home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12189 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  921 b 

  1. Path: elektron.et.tudelft.nl!news
  2. From: Henk van Kooij <henk@indi.nl>
  3. Newsgroups: comp.lang.c,comp.os.ms-windows.programmer.win32
  4. Subject: Re: How can I check whether I file exists in a multi-user environment?
  5. Date: Fri, 29 Mar 1996 19:11:16 -0800
  6. Organization: indi
  7. Message-ID: <315CA654.24A9@indi.nl>
  8. References: <4jh4tl$t4c_002@chem.uva.nl>
  9. NNTP-Posting-Host: seat.indi.nl
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Danny Brands wrote:
  16. > Hi all,
  17. > I need to check whether a file exists on a hard drive. Because I'm in a
  18. > multi-user environment I can't simply open the file. Is there another way?
  19. > I'm using MSVC++ 2.0 / Win95.
  20. > I'm looking in the Win32 API help file, but I can't really figure out how to
  21. > do it. In VB you can use the dir() command.
  22. > Anyway, thanks in advance!
  23. > Regards,
  24. > Dannyaccess()???
  25.